projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
337aaf1
)
*** empty log message ***
author
Karl Heuer
<kwzh@gnu.org>
Wed, 1 Sep 1999 20:59:41 +0000
(20:59 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Wed, 1 Sep 1999 20:59:41 +0000
(20:59 +0000)
lispref/os.texi
patch
|
blob
|
history
diff --git
a/lispref/os.texi
b/lispref/os.texi
index 8f2eff98911e2d82c28078fb3a9bae4966c82908..380b67abb173480d12cddb475640055d79630a01 100644
(file)
--- a/
lispref/os.texi
+++ b/
lispref/os.texi
@@
-1388,7
+1388,7
@@
In the example below, we set @code{keyboard-translate-table} to a
char-table. Then we fill it in to swap the characters @kbd{C-s} and
@kbd{C-\} and the characters @kbd{C-q} and @kbd{C-^}. Subsequently,
typing @kbd{C-\} has all the usual effects of typing @kbd{C-s}, and vice
-versa. (@
pxref{Flow Control}
for more information on this subject.)
+versa. (@
xref{Flow Control},
for more information on this subject.)
@cindex flow control example
@example